vcBitmapFormat
See in: Overview
Module: vcCore
Parent: Enum
Children -
Referenced by: vcBitmap.Format
Enums
| Value | Description |
| COLOR_INDEX | Each pixel is defined by a color index. |
| STENCIL_INDEX | Each pixel is defined by a stencil index. |
| DEPTH | Each pixel is defined by a depth component value. |
| RED | Each pixel is defined by a red component value. |
| GREEN | Each pixel is defined by a green component value. |
| BLUE | Each pixel is defined by a blue component value. |
| ALPHA | Each pixel is defined by an alpha component value. |
| LUMINANCE | Each pixel is defined by a luminance value. |
| LUMINANCE_APLHA | Each pixel is defined by a luminance and an alpha value. |
| RGB | Each pixel is defined by red, green, blue color components. |
| RGBA | Each pixel is defined by red, green, blue, alpha color components. Uses the RGB color model and allows for transparency (alpha). |
| INTENSITY | Each pixel is defined by an intensity value. |